@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@1,500&display=swap";

@import "https://fonts.googleapis.com/css2?family=Sora:wght@600&display=swap";

@import "https://fonts.cdnfonts.com/css/akrobat";

html {
     display: none;
     user-select: none;
}

@font-face {
     font-family: "Fugaz One";
     src: url("../fonts/FugazOne.ttf");
}

html, body {
     margin: 0;
     letter-spacing: .07vw;
     padding: 0;
     overflow: hidden;
     font-family: "Barlow Condensed", sans-serif;
}

::-webkit-scrollbar {
     width: 8px;
     height: 8px;
}

::-webkit-scrollbar-track {
     background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
     background: rgba(0,0,0,0);
}

*:focus {
     outline: none;
}

 .cash {
     display:none;
}
 .cash.left {
     left: 16px !important;
}
 .cash_not {
     color: #fff !important;
     opacity: .7;
}
 .detailCard {
     font-family: "Barlow Condensed", sans-serif;
     border-radius: 4px;
     width: 300px;
     font-size: 1.2rem;
     z-index: -1;
     position: absolute;
     overflow: hidden;
     opacity: 0;
     right: 5%;
     top: 10%;
     margin: 8px;
     padding: 8px 16px;
     color: #fff;
}
 .detailCard_name {
     font-size: 2rem;
     text-align: center;
     font-family: 'Akrobat';
     font-weight: 600;
     opacity: .7;
     margin-bottom: 16px;
}
 .detailCard_stat_name {
     opacity: .7;
     font-weight: 700;
     font-family: 'Akrobat';
     font-size: 1em;
}
 .detailCard_stat_bar {
     position: relative;
     width: 100%;
     height: 30px;
}
 .detailCard_stat_bar_bar {
     position: relative;
     width: 70%;
     height: 8px;
}
 .detailCard_stat_bar_bg {
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     height: 60%;
     background-color: #fff;
     opacity: .1;
     border-radius: 2px 0 0 2px;
     z-index: 4;
}
 .detailCard_stat_bar_front {
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 0;
     height: 65%;
     background-color: #ffd700;
     border-radius: 2px;
     z-index: 5;
}
 .detailCard_stat_bar_number {
     position: absolute;
     right: 0;
     top: -12px;
     height: 100%;
     width: 20%;
     font-family: "Akrobat";
     font-size: 1.1em;
     opacity: .85;
}
 .options {
     position: absolute;
     bottom: 40px;
     left: 50%;
     transform: translateX(-50%);
     width: 100%;
     height: 200px;
}
 .options_title {
     text-align: center;
     text-shadow: 1px 1.4px #000;
     color: #fff;
     font-size: 1.4em;
}
 .options_subTitle {
     text-align: center;
     color: #fff;
     font-weight: 700;
     font-size: .9em;
}
 .options_container {
     overflow-x: auto;
     overflow-y: hidden;
     white-space: nowrap;
     height: 170px;
}
 .options_container_optionSelected {
     color: #fff !important;
     height: 140px !important;
     top: 5px !important;
     border-bottom: 3px solid #ffd700 !important;
     transition: .25s !important;
}
 .options_container > div:first-child {
     margin-left: calc(50vw - 138px);
}
 .options_container > div:last-child {
     margin-right: calc(50vw - 138px);
}
 .options_option {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     background-color: #ffffff20;
     line-height: 100px;
     font-size: 1.5rem;
     border-radius: .35vw;
     border-bottom: 3px solid #fff;
     transition: .4s;
     transform: perspective(300px) rotateY(7deg);
     font: inherit;
     position: relative;
     display: inline-block;
     height: 12vh;
     width: 14vw;
     color: rgba(255,255,255,0.8);
}
 .options_container_option_price {
     position: absolute;
     display: flex;
     top: 0;
     right: 0;
     padding: .7vh .6vw;
     color: #fff;
     text-shadow: 1px 1px 1px #000;
     background-color: #ffd700;
     border-radius: 0 0 0 .5vw;
}
 .options_option_img {
     position: absolute;
     top: calc(65% - 10px);
     left: 50%;
     transform: translate(-50%, -50%);
}
 .options_option_img > img {
     width: 75px;
     height: 75px;
     filter: invert(100%);
}
 .options_option_text {
     position: absolute;
     text-shadow: 1px 2px #000;
     top: .5vh;
     left: 1vh;
     background-color: #ffffff10;
     width: auto;
     font-weight: 700;
     font-size: 1.1em;
}
 .buttonHelpers {
     display: none;
     position: absolute;
     bottom: 8px;
     left: 8px;
}
 .buttonHelpers > span {
     display: inline-flex;
     padding: 5px 8px;
     background-color: rgba(0,0,0,0.6);
     border-radius: 2px;
     color: #fff;
     font-size: .8em;
}
 .buttonHelpers > span > img {
     height: 18px;
     width: auto;
     margin-right: 5px;
}
 .colorPicker-holder {
     position: absolute;
     top: 40px;
     left: -140px;
     background-color: #ffffff10;
     border: 2px solid rgba(255, 255, 255, 0.336);
     border-radius: 15px;
     padding: 8px 16px;
     padding-bottom: 16px;
     color: #fff;
}
 .colorPicker-title {
     font-size: 1.6em;
     font-family: 'Akrobat';
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 3px;
}
 .colorPicker-price {
     position: absolute;
     top: 10px;
     right: 10px;
     font-family: 'Akrobat';
     font-weight: 500;
     font-size: 1.4em;
     color: #fff;
}
 .colorPicker-row {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
}
 .colorPicker-column {
     flex: 1;
     border: 3px solid rgba(0,0,0,0);
     margin: 1px;
     transition: .05s;
}
 .colorPicker-columnDefault {
     border-radius: 100%;
}
 .colorPicker-columnSelected {
     border: 3px solid #fff;
     border-radius: 100%;
}
